home *** CD-ROM | disk | FTP | other *** search
/ Into His Marvelous Light / Into His Marvelous LIGHT.iso / lesson1.dxr / 00011_Script_Lesson II < prev    next >
Text File  |  2001-09-05  |  253b  |  16 lines

  1.  
  2. on mouseLeave me
  3.   set the member of sprite the currentSpriteNum to member "Lesson II leave"
  4.  
  5. end
  6.  
  7. on mouseEnter me
  8.   set the member of sprite the currentSpriteNum to member "lesson II within"
  9.  
  10. end
  11.  
  12. on mouseUp me
  13.   go to "Frame 12"
  14.  
  15. end
  16.